Opc.Ua.Core
ChannelAsyncOperation<T> Constructor



Opc.Ua.Bindings Namespace > ChannelAsyncOperation<T> Class : ChannelAsyncOperation<T> Constructor
Initializes the object with a callback
Syntax
'Declaration
 
Public Function New( _
   ByVal timeout As Integer, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
)
'Usage
 
Dim timeout As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
 
Dim instance As New ChannelAsyncOperation(Of T)(timeout, callback, asyncState)
public ChannelAsyncOperation<T>( 
   int timeout,
   AsyncCallback callback,
   object asyncState
)
public:
ChannelAsyncOperation<T>( 
   int timeout,
   AsyncCallback^ callback,
   Object^ asyncState
)

Parameters

timeout
callback
asyncState
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelAsyncOperation<T> Class
ChannelAsyncOperation<T> Members